projects
/
project
/
bcm63xx
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c7ee8a5
)
arm: rmobile: kzm9g: Add dummy member to struct sh73a0_rwdt
author
Tetsuyuki Kobayashi
<
[email protected]
>
Thu, 19 Jul 2012 23:27:56 +0000
(23:27 +0000)
committer
Albert ARIBAUD
<
[email protected]
>
Wed, 3 Oct 2012 00:04:23 +0000
(
02:04
+0200)
Add dummy member to struct sh73a0_rwdt in sh73a0.h.
Without this, initializing watch dog timer goes wrong.
Signed-off-by: Tetsuyuki Kobayashi <
[email protected]
>
Signed-off-by: Nobuhiro Iwamatsu <
[email protected]
>
arch/arm/include/asm/arch-rmobile/sh73a0.h
patch
|
blob
|
history
diff --git
a/arch/arm/include/asm/arch-rmobile/sh73a0.h
b/arch/arm/include/asm/arch-rmobile/sh73a0.h
index c0bfb9d7a0c1ea1b8d806b2a6d4dfa77b3ac40fa..bdbb4086421846fb1f5e9ba9138441dec72e8517 100644
(file)
--- a/
arch/arm/include/asm/arch-rmobile/sh73a0.h
+++ b/
arch/arm/include/asm/arch-rmobile/sh73a0.h
@@
-63,7
+63,9
@@
/* RWDT */
struct sh73a0_rwdt {
u16 rwtcnt0; /* 0x00 */
+ u16 dummy0; /* 0x02 */
u16 rwtcsra0; /* 0x04 */
+ u16 dummy1; /* 0x06 */
u16 rwtcsrb0; /* 0x08 */
};